checkout: Drop uncompressed object GC for now
authorColin Walters <walters@verbum.org>
Sat, 13 Oct 2012 23:22:29 +0000 (19:22 -0400)
committerColin Walters <walters@verbum.org>
Sat, 13 Oct 2012 23:22:29 +0000 (19:22 -0400)
It's racy when multiple processes are involved, and needs a bit more
thought.

src/ostree/ot-builtin-checkout.c

index 433ff0ed68a7bb0492951a62df99c2cf3eba12f7..2b63851dc16a608a247333b0048a9c1d7285f585 100644 (file)
@@ -280,9 +280,6 @@ ostree_builtin_checkout (int argc, char **argv, GFile *repo_path, GError **error
         }
     }
 
-  if (!ostree_repo_checkout_gc (repo, cancellable, error))
-    goto out;
-
   ret = TRUE;
  out:
   if (context)